networking.bonds.<name>.driverOptions

Options for the bonding driver. Documentation can be found in https://www.kernel.org/doc/Documentation/networking/bonding.txt

Type
attribute set of string
Default
{ }
Example
{
  miimon = "100";
  mode = "active-backup";
}
Declared
<nixpkgs/nixos/modules/tasks/network-interfaces.nix>